add RISC-V detection
Origin: upstream, https://code.qt.io/cgit/qt/qtbase.git/commit/?id=
9a6a84731131b205
Last-Update: 2019-12-31
Gbp-Pq: Name riscv.diff
Ignore non-existent .ui file dependencies
Origin: upstream, https://code.qt.io/cgit/qt/qtbase.git/commit/?id=
90779d96adfa51a3
Last-Update: 2019-11-05
Commit
80dea664 broke .ui files with global includes that are not part
of the project, because we blindly added every file path that falls
out of 'uic -d' as dependency.
Introduce the extra compiler CONFIG flag dep_existing_only to bring
back the old behavior that ignores non-existent dependencies and set
it for uic.
Gbp-Pq: Name uic_global_includes.diff
QPSQL: Add support for PostgreSQL 12
Origin: upstream, https://code.qt.io/cgit/qt/qtbase.git/commit/?id=
14b61d48e8bad622
Last-Update: 2019-10-20
Gbp-Pq: Name postgresql_12.diff
backport some fixes related to documentation building
Origin: upstream, this is a backport of four commits:
- https://code.qt.io/cgit/qt/qtbase.git/commit/?id=
0014d81b1907621e
doc: Revert to documenting the actual functions
- https://code.qt.io/cgit/qt/qtbase.git/commit/?id=
81d8319276f26d39
doc: Fix all clang parse errors in QtBase during PCH build
- https://code.qt.io/cgit/qt/qtbase.git/commit/?id=
c306663990ba8681
Fix qdoc errors in QProcess header
- https://code.qt.io/cgit/qt/qtbase.git/commit/?id=
98cb9275d064d8b9
doc: clang reported two fake declarations to be the same
Last-Update: 2019-06-15
These changes help us to eliminate most of the warnings like this:
(qdoc) warning: No documentation for 'QRect::bottom() const'
There were 3603 such warnings without this patch, with it only 76
are left.
Gbp-Pq: Name docs_fixes.diff
fix notification of QDockWidget when it gets undocked
Origin: upstream, https://code.qt.io/cgit/qt/qtbase.git/commit/?id=
06b8644953fc5267
Last-Update: 2019-06-14
Before the patch the notification was emitted only when the docker
was attached to the panel or changed a position on it.
It looks like the old behavior was documented in a unittest,
so this patch might actually be a "behavior change".
Note: https://mail.kde.org/pipermail/distributions/2019-April/000317.html
Gbp-Pq: Name qdockwidget_undocked_notification.diff